bug #5736: Allow X-resource menuBar to take on/off as documented.
authorJan D. <jan.h.d@swipnet.se>
Mon, 22 Mar 2010 07:26:56 +0000 (08:26 +0100)
committerJan D. <jan.h.d@swipnet.se>
Mon, 22 Mar 2010 07:26:56 +0000 (08:26 +0100)
commitf2a58a8d24e4959bcacce6c58071a8cd9ee65780
treea9b7e86133a244222f41b7b541631ae8bc3b9ef0
parent2173f6bc4670476d3c4d18b98bc6b16706a6ee1b
bug #5736: Allow X-resource menuBar to take on/off as documented.

* frame.c (x_get_arg): Handle RES_TYPE_BOOLEAN_NUMBER (bug #5736).

* xfns.c (Fx_create_frame): Make menuBar a RES_TYPE_BOOLEAN_NUMBER.

* dispextern.h (resource_types): RES_TYPE_BOOLEAN_NUMBER is new.

* xresources.texi (Table of Resources): Clarify toolBar number
for Gtk+.

* frames.texi (Menu Bars): menuBarLines => menuBar (bug#5736).
doc/emacs/ChangeLog
doc/emacs/frames.texi
doc/emacs/xresources.texi
src/ChangeLog
src/dispextern.h
src/frame.c
src/xfns.c